home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
mac
/
Idea Source™
/
WHALE.DIR
/
00052_Script_52
< prev
next >
Wrap
Text File
|
1997-08-01
|
274b
|
12 lines
on mousedown
puppetsound (2) "tick"
repeat while the mousedown
set the visible of sprite 7 to false
updatestage
end repeat
set the visible of sprite 7 to true
updatestage
if soundbusy(1) then
sound stop 1
else puppetsound (1) "help"
end